From 632d2579cc32aa2da19f8815e0f32fc5b6d3db52 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Sun, 11 Nov 2007 15:51:33 +0000 Subject: [PATCH] Fixes in language files for new randomincategory --- languages/messages/MessagesEn.php | 3 +++ maintenance/language/messages.inc | 10 ++++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 09767666e6..ca9cdc7437 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -360,6 +360,7 @@ $specialPageAliases = array( 'Listusers' => array( 'Listusers', 'Userlist' ), 'Statistics' => array( 'Statistics' ), 'Randompage' => array( 'Random', 'Randompage' ), + 'Randomincategory' => array( 'Randomincategory' ), 'Lonelypages' => array( 'Lonelypages', 'Orphanedpages' ), 'Uncategorizedpages' => array( 'Uncategorizedpages' ), 'Uncategorizedcategories' => array( 'Uncategorizedcategories' ), @@ -1559,6 +1560,8 @@ PICT # misc. 'randomincategory-nocategory' => 'Category $1 doesn\'t exist or is empty', 'randomincategory-label' => 'Category:', 'randomincategory-submit' => 'Go', + +# Random redirect 'randomredirect' => 'Random redirect', 'randomredirect-nopages' => 'There are no redirects in this namespace.', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 26269affb8..70cc92cb1c 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -943,8 +943,12 @@ $wgMessageStructure = array( 'unusedtemplatestext', 'unusedtemplateswlh', ), - 'randomincategory' => array( + 'randompages' => array( + 'randompage', + 'randompage-nopages', + 'randompage-url', 'randomincategory', + 'randomincategory-toolbox', 'randomincategory-nocategory', 'randomincategory-label', 'randomincategory-submit', @@ -1033,9 +1037,6 @@ $wgMessageStructure = array( 'allpages-summary', 'prefixindex', 'prefixindex-summary', - 'randompage', - 'randompage-nopages', - 'randompage-url', 'shortpages', 'shortpages-summary', 'longpages', @@ -2298,6 +2299,7 @@ XHTML id names.", 'unwatchedpages' => 'Unwatched pages', 'listredirects' => 'List redirects', 'unusedtemplates' => 'Unused templates', + 'randompages' => 'Random pages', 'randomredirect' => 'Random redirect', 'statistics' => 'Statistics', 'disambiguations' => '', -- 2.20.1